home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / systemcheck.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2000-08-30  |  151 b   |  7 lines

  1. on exitFrame
  2.   if QuickTimeVersion() < 4 then
  3.     open(the moviePath & "quicktime installer\QuickTimeInstaller.exe")
  4.     go("quit frame")
  5.   end if
  6. end
  7.